fontpkg-yuniversus
v1.0.0
Published
Yuniversus Chinese component font, including the interior of 四 at U+F685
Downloads
401
Maintainers
Readme
Yuniversus
fontpkg-yuniversus packages the existing Yuniversus Chinese-component font.
Its U+F685 glyph is the interior of 四, without the outer 囗.
The original font outlines and character mappings are unchanged.
| Property | Value |
|----------|-------|
| Package | fontpkg-yuniversus |
| Font file | yuniversus.ttf |
| Family / full name / PostScript name | Yuniversus |
| Style | Regular |
| Font version | Version 1.00 |
| File size | 65,524 bytes |
| Glyph count | 361 |
| Interior of 四 | U+F685 ("\uF685"), glyph index 206 |
Web
Import the package-relative font-face stylesheet through a bundler:
import "fontpkg-yuniversus/index.css";<span style="font-family: 'Yuniversus'"></span>The font is also available directly at fontpkg-yuniversus/yuniversus.ttf.
U+F685 is a private-use mapping: always select Yuniversus explicitly.
Expo / React Native
Load the bundled asset before rendering the character:
import { useFonts } from "expo-font";
import { Text } from "react-native";
export function SiInterior() {
const [loaded, error] = useFonts({
Yuniversus: require("fontpkg-yuniversus/yuniversus.ttf"),
});
if (error) throw error;
if (!loaded) return null;
return <Text style={{ fontFamily: "Yuniversus", fontSize: 64 }}>{"\uF685"}</Text>;
}Provenance
Downloaded from Dieken/typer's existing font,
pinned to commit 57e6986dd9f45c9503164f62c3b66f50eb2ecd92.
The upstream filename is Yuniversus.ttf; this package lowercases the filename
without changing its bytes. SHA-256:
0ffc187e00636f6c08e867b57437239117e2bbfaedb15cb33e3f6e6a993ba93fThe font's cmap and original U+F685 outline were inspected during packaging.
License
Font-specific redistribution and commercial-use permissions remain unresolved.
See license.md. Package metadata uses UNLICENSED until the
applicable terms are established. This package has not been published.
