Skip to content

Instantly share code, notes, and snippets.

View 0xrabbyte's full-sized avatar

Hao Zhang 0xrabbyte

View GitHub Profile
@0xrabbyte
0xrabbyte / hb-ft-demo.cpp
Created July 27, 2024 06:17
Harfbuzz with Freetype Demo
// Author: 0xrabbyte
// Created: 2024-07-27
/*
CMakeLists.txt:
cmake_minimum_required(VERSION 3.10)
project(hb-ft-demo)
@0xrabbyte
0xrabbyte / PKUSimple.css
Last active September 25, 2025 15:36
SEU Marp Theme
This file has been truncated, but you can view the full file.
/* @theme PKUSimple */
@charset "UTF-8";
@import 'gaia';
@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Roboto+Mono:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
:root{
--color-pku:#900000;
--color-background: #fff;