Blame docs/html/adding-text-to-the-buffer.html
|
Packit |
874993 |
|
|
Packit |
874993 |
<html>
|
|
Packit |
874993 |
<head>
|
|
Packit |
874993 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
Packit |
874993 |
<title>Adding text to the buffer: HarfBuzz Manual</title>
|
|
Packit |
874993 |
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
|
Packit |
874993 |
<link rel="home" href="index.html" title="HarfBuzz Manual">
|
|
Packit |
874993 |
<link rel="up" href="buffers-language-script-and-direction.html" title="Buffers, language, script and direction">
|
|
Packit |
874993 |
<link rel="prev" href="buffers-language-script-and-direction.html" title="Buffers, language, script and direction">
|
|
Packit |
874993 |
<link rel="next" href="setting-buffer-properties.html" title="Setting buffer properties">
|
|
Packit |
874993 |
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
|
Packit |
874993 |
<link rel="stylesheet" href="style.css" type="text/css">
|
|
Packit |
874993 |
</head>
|
|
Packit |
874993 |
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
Adding text to the buffer
|
|
Packit |
874993 |
|
|
Packit |
874993 |
Now we have a brand new Harfbuzz buffer. Let's start filling it
|
|
Packit |
874993 |
with text! From Harfbuzz's perspective, a buffer is just a stream
|
|
Packit |
874993 |
of Unicode codepoints, but your input string is probably in one of
|
|
Packit |
874993 |
the standard Unicode character encodings (UTF-8, UTF-16, UTF-32)
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
|
|
Packit |
874993 |
Generated by GTK-Doc V1.25.1
|
|
Packit |
874993 |
</body>
|
|
Packit |
874993 |
</html>
|