Pudu programming language
Menu
API reference

Std.Ui.Text.Face

1 declaration

type

Face

This declaration introduces a public type.

What it does

A bitmap type face drawn by whole-number scaling.

Every glyph occupies five columns by seven rows of design units, followed by

one unit of space, and lines are nine units apart. Whole-number scaling keeps

every edge on a pixel, so text is as exact as the rectangles around it.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Ui.TextSearch related declarations