summaryrefslogtreecommitdiff
path: root/html/en/drv.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/drv.html')
-rw-r--r--html/en/drv.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/html/en/drv.html b/html/en/drv.html
new file mode 100644
index 0000000..2cd78f5
--- /dev/null
+++ b/html/en/drv.html
@@ -0,0 +1,25 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<title>Drivers</title>
+<link rel="stylesheet" type="text/css" href="../style.css">
+</head>
+
+<body>
+
+<h1>Drivers</h1>
+
+ <p>Driver is the implementation of functions of a canvas for a specific canvas
+ type. In other words it represents the context in which the canvas is
+ situated. For example, a Window System that has windows on which you can draw.
+ </p>
+ <p>It can be portable, platform independent, or it can has a different
+ implementation in each platform. In this case its functions may have different
+ behaviors, but the library is implemented in such a way that these differences
+ are minimized. </p>
+
+
+</body>
+
+</html>